home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 014a / viz420.zip / VIZ.NEW < prev    next >
Text File  |  1991-11-13  |  7KB  |  142 lines

  1.  
  2.          ┌─────────────────────────────────────────────────────────────┐
  3.          │ Trademarked names are the property of the respective owners │
  4.          └─────────────────────────────────────────────────────────────┘
  5.  
  6.                                      VIZ
  7.                                      ---
  8.                     Copyright (c) 1989-1991, FM de Monasterio
  9.                      Licensed Material - All rights reserved
  10.  
  11.  
  12.  
  13.                          What is new in version 4.20
  14.                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  15.  *DOS-5 aware*
  16.  Modified the upper-memory self-loading service of switch H, and the global
  17.  DOS enviroment service of switch E to be compatible with DOS 5.  Prior VIz
  18.  versions executed under DOS 5.0 are:  (1) unable to self-load in the upper
  19.  memory when UMBs allocation is controlled by DOS (DOS=UMB), instead of the
  20.  XMS manager, and (2) unable to create the 'VIZ' variable in the global DOS
  21.  environment when DOS 5.0 has been installed in the High Memory Area rather
  22.  than low conventional memory.  Fixed error in the implementation of the 35
  23.  line font in 386+ version.
  24.  
  25.  
  26.  
  27.                           What is new in version 4.17
  28.                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  29.  Fixed error in the Status/Usage/Help display panel. Added further changes
  30.  for 386+ code optimization. Fixed error in 14-line font in 486+ version.
  31.  
  32.  
  33.                           What is new in version 4.16
  34.                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  35.  Added further routines for support of HERCULES (HGC and HGC+) cards. Fixed
  36.  harmless error in the ANSI module that resulted in error message if switch
  37.  /A+ was issued before switch /A- after the installation of the module. The
  38.  updating of resident parameters was improved. Added more video support for
  39.  14-line (VGA) or 12-line (EGA) screen displays. Fixed mouse bug introduced
  40.  in version 4.12.
  41.  
  42.  
  43.                           What is new in version 4.15
  44.                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  45.  Corrected assembler (phase?) error which resulted in a wrong memory segment
  46.  override, an error that had unpredictable effects on the DOS shell when the
  47.  accelerator module alone was resident. ** USERS WITH VERSION 4.12 OR HIGHER
  48.  NEED TO UPGRADE EVEN IF PROBLEMS WERE NOT EXPERIENCED **
  49.  
  50.  Acceleration module optimization for the 486 version.  Corrected apparently
  51.  harmless error in the nonresident component (cursor position update). Fixed
  52.  bug affecting the proper updating of screens with more than 25 lines. Added
  53.  12-line, 28-line and 35-line screen fonts via switch F, which now accepts a
  54.  2-digit decimal number between 12 and 50 (/Fn) and can be used to enforce a
  55.  given font size. Corrected (486) CPU flags error when testing for processor
  56.  type with 286+ machines, which affected behavior when an invalid switch was
  57.  selected. Added switch S2 to enable/disable the <Ctrl><NumLock> combination
  58.  (the <Pause> key in PS/2s and COMPAQs) that can crash a LAN if pressed on a
  59.  LAN server.  Switch S1 now enables/disables the <PrtSc> key, which can also
  60.  crash a system if the printer is not on line when this key is pressed.  The
  61.  default condition of switch N is now /N- (nonfatal messages are displayed);
  62.  this change can be neutralized by selecting /N+ on installation.  Corrected
  63.  error in the status display for switch S1 (old switch S) in the status/Help
  64.  panel. Byte or word OUT commands can now be tested by entering 'VIZ /?H' to
  65.  see if the cursor appears at the screen center; this service supersedes the
  66.  TESTOUT.EXE utility.
  67.  
  68.  
  69.                           What is new in version 4.14
  70.                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  71.  ANSI module optimization for the 486 version.  Corrected pointer error that
  72.  trashed part of the Status display in video modes other than 80 columns and
  73.  corrected display of the current video mode.  The Status/Help display panel
  74.  attributes in MCGA/VGA monochrome mode were adjusted to improve readability
  75.  of the text.
  76.  
  77.  
  78.                           What is new in version 4.13
  79.                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  80.  The self-loading into high memory has been improved for a faster processing
  81.  when dealing with the XMS manager. The user can now request a minimum high-
  82.  memory bound above which the program should load itself (if an upper-memory
  83.  block is available above the limit).  This helps to avoid high-memory areas
  84.  that have slow a memory access time.  (The utility TIMEM.EXE can be used to
  85.  measure access times.)  Real mode 486 version introduced.
  86.  
  87.  
  88.                           What is new in version 4.12
  89.                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  90.  The Usage/Status/Help panel was reorganized for clarity; mouse support was
  91.  added to facilitate the various displays.  On-line Help text was added and
  92.  some non-resident video display routines were improved.
  93.  
  94.  
  95.                           What is new in version 4.10
  96.                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  97.  Resident was changed to permit use of self-modifying code to increase video
  98.  acceleration performance, including the ANSI filter. Both resident and non-
  99.  resident routines have also been improved for faster operation in 086, 286,
  100.  and 386+ processors.
  101.  
  102.  
  103.                           What is new in version 4.03
  104.                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  105.  The DOS environment variable 'VIZ' can now be directly updated or created in
  106.  the (master) DOS environment by means of switch /E.  Unlike the SET command,
  107.  which modifies the default environment block (whether it is the global [i.e.
  108.  that used by the initial copy of COMMAND.COM] or a local one [i.e. that used
  109.  by a secondary copy]), switch /E always modifies the global DOS environment.
  110.  This allows to modify the environment variable even when 'shelling out' from
  111.  any application, in which case the SET command would not be useful to modify
  112.  the environment block.  Resident and non-resident 386-specific code has been
  113.  tightened in the 386 release.  A minor bug in single-digit octal input (/Bn)
  114.  has been fixed.  ANSI performance has been improved a little more.
  115.  
  116.  
  117.                           What is new in version 4.02
  118.                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  119.  Direct high-memory loading introduced.  Switch /L allows the resident code to
  120.  be installed directly in high memory (i.e. at conventional memory between 640
  121.  kb and 1,024 kb [1 Mb]).  This avoids not only the initial load sizing of the
  122.  program by some (386) memory managers, but also the need to have available up
  123.  to 64 kb of free high memory to install a resident of less than 1 kb.  An EXE
  124.  format has been reintroduced as it provides better file compression.
  125.  
  126.  
  127.                           What is new in version 4.01
  128.                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  129.  Further tightening of resident code to improve acceleration performance in 32
  130.  bit bus 386+ machines.
  131.  
  132.  
  133.                           What is new in version 4.00
  134.                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  135.  Real mode 386 version introduced. See VIZ.DAT for comparisons with 16-bit and
  136.  32-bit bus machines. Fixed problem in cursor positioning when first installed
  137.  without initial scrolling of the screen.
  138.  
  139.  ------------------------------------------------------------------------------
  140.  Earlier releases removed
  141.  [END]
  142.